Extracts a subset of data from a sparse four-dimensional brain image based on provided indices.
# S4 method for AbstractSparseNeuroVec,numeric,numeric,ANY
[(x, i, j, k, m, ..., drop = TRUE)An array containing the extracted subset
An object of class AbstractSparseNeuroVec
Numeric vector specifying the indices for the first dimension
Numeric vector specifying the indices for the second dimension
Numeric vector specifying the indices for the third dimension (optional)
Numeric vector specifying the indices for the fourth dimension (optional)
Additional arguments passed to methods
Logical indicating whether to drop dimensions of length one (default: TRUE)